| YouTube Channel

object-oriented design (OOD)

 
Computer Terms
Sanskrit
-n : वस्तुमूलकपरिकल्पना (वस्तुकल्पम्) अस्यां परिकल्पनापद्धतौ, सहकुर्वतां वस्तूनां समाहारेण संविधा विरच्यते किञ्च, प्रत्येकं वस्तु, वर्गानुवंशे निरूपितस्य वर्गस्य अभिव्यक्तिः इति गण्यते वस्तुकल्पे चत्वारः पादाः गण्यन्ते - (१) वर्गाणाम्, वस्तूनां अभिज्ञानम् (२) तेषां निरूपणम् (३) तेषां अन्योन्यसम्बन्धानां वर्णनम् तथा तेषाम् सम्पर्कमाध्यमानां विनिर्देशः (४) तेषां निर्माणम् वस्तुमूलकपरिकल्पना, वस्तुमूलकविधिलेखनप्रक्रियायाः एका अवस्था (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy . Four stages can be identified: identify the classes and objects, identify their semantics , identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming .